home *** CD-ROM | disk | FTP | other *** search
/ X'Tasies 5 / X'Tasies 5 - Disc 1.iso / mac / Movie.Dir / 00015.ls < prev    next >
Encoding:
Text File  |  1996-09-02  |  301 b   |  15 lines

  1. on enterFrame
  2.   if not rollOver(the clickOn + 1) then
  3.     set the visible of sprite (the clickOn + 1) to 1
  4.   end if
  5. end
  6.  
  7. on exitFrame
  8.   if the duration of cast the castNum of sprite 22 <= the movieTime of sprite 22 then
  9.     set qt_position to 0
  10.     go(marker(1))
  11.   else
  12.     go(the frame)
  13.   end if
  14. end
  15.